home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / mac / 2-Graphics / Apple Graphics Library / HyperCard Artwork / Product Clip Art / background_2703.txt next >
Text File  |  1990-08-16  |  2KB  |  120 lines

  1. -- background: 2703 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: listings
  6.  
  7.  
  8. -- part 3 (field)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=13 top=0 right=245 bottom=501
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 21
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Information
  20.  
  21.  
  22. -- part 5 (button)
  23. -- low flags: 00
  24. -- high flags: A000
  25. -- rect: left=15 top=315 right=336 bottom=80
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: index
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   go to card id 19921
  37. end mouseUp
  38.  
  39.  
  40.  
  41.  
  42. -- part 8 (button)
  43. -- low flags: 00
  44. -- high flags: A000
  45. -- rect: left=86 top=315 right=336 bottom=208
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: show all cards
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   show all cards
  57. end mouseUp
  58.  
  59.  
  60.  
  61. -- part 10 (button)
  62. -- low flags: 00
  63. -- high flags: 2000
  64. -- rect: left=389 top=315 right=336 bottom=433
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 7856 / 7856
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: NEXT CARD
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   visual wipe left
  76.   go to next card
  77. end mouseUp
  78.  
  79.  
  80.  
  81. -- part 11 (button)
  82. -- low flags: 00
  83. -- high flags: 2000
  84. -- rect: left=339 top=315 right=336 bottom=383
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 19104 / 19104
  87. -- text alignment: 1
  88. -- font id: 0
  89. -- text size: 12
  90. -- style flags: 0
  91. -- line height: 16
  92. -- part name: PREVIOUS CARD
  93. ----- HyperTalk script -----
  94. on mouseUp
  95.   visual wipe right
  96.   go to previous card
  97. end mouseUp
  98.  
  99.  
  100.  
  101. -- part 12 (button)
  102. -- low flags: 00
  103. -- high flags: A000
  104. -- rect: left=213 top=315 right=336 bottom=252
  105. -- title width / last selected line: 0
  106. -- icon id / first selected line: 0 / 0
  107. -- text alignment: 1
  108. -- font id: 0
  109. -- text size: 12
  110. -- style flags: 0
  111. -- line height: 16
  112. -- part name: exit
  113. ----- HyperTalk script -----
  114. on mouseUp
  115.   answer "Are you sure you want to exit?" with "Quit" or "Home" or "Cancel"
  116.   if it is "Quit" then domenu quit HyperCard
  117.   if it is "home" then domenu home
  118. end mouseUp
  119.  
  120.